home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11425 < prev    next >
Encoding:
Text File  |  1996-08-05  |  718 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: leeds.ac.uk!news
  3. From: men3sd@leeds.ac.uk (Stephen Davison)
  4. Subject: Threads, spawning forking off ??????? HELP
  5. Message-ID: <314836BB.41C67EA6@leeds.ac.uk>
  6. NNTP-Posting-Host: englib4.leeds.ac.uk
  7. X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3C sun4m)
  8. Content-Type: text/plain; charset=us-ascii
  9. Organization: University of Leeds
  10. MIME-Version: 1.0
  11. Date: Thu, 14 Mar 1996 15:09:50 +0000 (GMT)
  12. Content-Transfer-Encoding: 7bit
  13.  
  14. Hi,
  15.  
  16. I have a class that I would like to launch from my main programme that
  17. provides graphics output for my data.  I would like the rest of the
  18. programme to contine after that, so that the both work independantly,
  19. ie. share the same data.
  20.  
  21. How can I do this?
  22.  
  23. Stpehen
  24.